<?if($MODULE_ID$='news')?>
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<?if($ERROR$)?><tr><td class="commTd2" colspan="2">$ERROR$</td></tr><?endif?>
<tr>
<td class="commTd2" colspan="2">

<?if(!$USER_LOGGED_IN$)?><input class="commFl" id="nameka" type="text" name="name" value="" size="30" maxlength="60">
<input class="commFl" id="emailka" type="text" name="email" value="borisle22@gmail.com" size="30" maxlength="60"><?endif?>

<textarea class="commFl" style="height:70px;" rows="8" name="message" id="message" cols="50">$MESSAGE$</textarea>

</td>
</tr>
<?if($SECURITY_CODE$)?><tr><td class="commTd1" nowrap> *:</td><td class="commTd2">$SECURITY_CODE$</td></tr><?endif?>
<tr>
<td style="padding-top:3px;" class="commTd2" colspan="2" align="right">
<input type="submit" class="AddComent" id="addcBut" name="submit" value=" ">
</td>
</tr>
</table>
<script type="text/javascript">
$("#nameka,#emailka").hide();
</script>
<?endif?>












<?if($MODULE_ID$='board')?>
<div style="margin:3px 0px;">
<div style="float:right;"><input type="submit" class="AddComent" id="addcBut" name="submit" value=" "></div>
<textarea class="commFl" style="height:21px; padding:3px 3px 2px 3px; width:88%;" rows="8" name="message" id="message" cols="50">$MESSAGE$</textarea>
</div><?endif?>